blind search

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

Blind search algorithms do not use heaurstics, but only use the values of nodes that the search has visited. Examples of blind search algorithms include depth first search, breadth first search, iterative broadening, iterative deepening and branch and bound.

Used on Chap. 4: page 80